Skip to main content

Update Static QR

PUT /api/v1/businesses/{businessId}/tenants/{tenantId}/static/qr

Description

Update the static QR code for a specific business and tenant.

Path Parameters

NameTypeDescription
tenantIdstringThe ID of the tenant (path)
businessIdstringThe ID of the business (path)

Example

PUT /api/v1/businesses/{businessId}/tenants/{tenantId}/static/qr

Response Code: 200 - OK

Description

No specific links or additional information provided for the response.

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


curl --request PUT \ 
--url /api/v1/businesses/{businessId}/tenants/{tenantId}/static/qr \
--header 'accept: application/json' \
--header 'content-type: application/json'

RESPONSE


Click Try It! to start a request and see the response here!